FindResultReplace(Paragraph) Method
Replaces the paragraph containing the match with the specified paragraph. The
properties of the replaced paragraph are preserved if the new paragraph has no
own properties and
PreserveFormatting is true.
Namespace: Independentsoft.Office.OdfAssembly: Independentsoft.Calc (in Independentsoft.Calc.dll) Version: 3.0.520.1+c6c593d5629a051e0af021b238c5d69d764f9686
public bool Replace(
Paragraph paragraph
)
Public Function Replace (
paragraph As Paragraph
) As Boolean
- paragraph Paragraph
- The Paragraph that replaces the paragraph containing the match.
Booleantrue if the paragraph was replaced.